python list 交換賦值的問題 今天寫程序的時候總是和自己預想的結果不一致,最終定位到這行代碼。 情況如下: 先定義一個list lis = [4,1,3,1,3,5,5] 設定 i = 0 那么這個語句之 ...